home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / src / editors / AME / Rexx / auxinit.ame next >
Encoding:
Text File  |  1994-02-01  |  330 b   |  11 lines

  1. /* $VER: Auxinit 37.1 (21.2.93) */ 
  2. /* Setup for AUX use - does setup for use of AME remotely, */
  3. /* to a VT100 via AUX: or a network */
  4.  
  5.  
  6. /* Bind an Arexx script to handle VT100 keypad escape sequences and
  7.    send the code to put the keypad into application mode */
  8.  
  9. bindkey 'rx ESCO "dcc:rexx/vtkeypad.ame" '
  10. directwrite '"="'
  11.